From: Juanma Barranquero Date: Mon, 14 Sep 2009 23:00:52 +0000 (+0000) Subject: * configure.bat: Add #define PROFILING to config.h. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10487 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6afbd77d5f39560bf23cf370efdb3d62b072a1b4;p=emacs.git * configure.bat: Add #define PROFILING to config.h. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index cd5ef3f4682..0e569a61593 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2009-09-14 Juanma Barranquero + + * configure.bat: Add #define PROFILING to config.h. + 2009-07-03 Jason Rumney * runemacs.c (set_user_model_id): Use standard types. diff --git a/nt/configure.bat b/nt/configure.bat index 56b8570908f..87b0a1bf501 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -546,6 +546,7 @@ echo. >>config.tmp echo /* Start of settings from configure.bat. */ >>config.tmp if (%docflags%) == (Y) echo #define USER_CFLAGS " %usercflags%">>config.tmp if (%doldflags%) == (Y) echo #define USER_LDFLAGS " %userldflags%">>config.tmp +if (%profile%) == (Y) echo #define PROFILING 1 >>config.tmp if not "(%HAVE_PNG%)" == "()" echo #define HAVE_PNG 1 >>config.tmp if not "(%HAVE_JPEG%)" == "()" echo #define HAVE_JPEG 1 >>config.tmp if not "(%HAVE_GIF%)" == "()" echo #define HAVE_GIF 1 >>config.tmp